home *** CD-ROM | disk | FTP | other *** search
/ C/C++ 3D Game Tools / C-C++ 3D Game Tools.iso / ziptools / arj / acmp_300.arj / DCCMP < prev   
Encoding:
Text File  |  1991-02-17  |  256 b   |  15 lines

  1. #
  2. #  Make file to compile using Microsoft 5.1 C compiler
  3. #
  4. #  Make file for:    DCCMP.EXE
  5. #  Run as follows:   make dccmp
  6. #
  7.  
  8. .c.obj:
  9.     CL /c /AS $*.c
  10.  
  11. dccmp.obj:    dccmp.c
  12.  
  13. dccmp.exe:    dccmp.obj
  14.     LINK /E dccmp;
  15.